'Declaration
<__DynamicallyInvokableAttribute()> Public Overloads Function BinarySearch( _ ByVal index As System.Integer, _ ByVal count As System.Integer, _ ByVal item As Element, _ ByVal comparer As System.Collections.Generic.IComparer(Of Element) _ ) As System.Integer
'Usage
Dim instance As ElementCollection Dim index As System.Integer Dim count As System.Integer Dim item As Element Dim comparer As System.Collections.Generic.IComparer(Of Element) Dim value As System.Integer value = instance.BinarySearch(index, count, item, comparer)
Parameters
- index
- count
- item
- comparer